ArcPad Layer Definition File Schema
PICTUREPAGE Element
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema > ArcPad Element > LAYER Element > FORMS Element > IDENTIFYFORM Element > TABLEFORM Element : PICTUREPAGE Element

Glossary Item Box

Description

Used to define a picture page in a form.

Diagram

PICTUREFIELD Element Sequence PICTUREPAGE Element

Overview

PICTUREPAGE
Used to define a picture page in a form.
Sequence
PICTUREFIELD 1..∞
Used to define table fields used to store a photo path. Must be string fields.

Source

<xs:element name="PICTUREPAGE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a picture page in a form.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="PICTUREFIELD">
        <xs:annotation>
          <xs:documentation>Used to define table fields used to store a photo path. Must be string fields.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.